CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - aes 192

搜索资源列表

  1. aes-src-22-11-16

    1下载:
  2. 一个用vc编写的aes算法实现,含有128,192,256三种钥匙长度的-a prepared using vc Orangk'aes algorithm, containing 128,192,256 length of the three key
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:94653
    • 提供者:zhangyini
  1. AES-ASP

    0下载:
  2. 前几天刚下的一个ASP的AES源码 输入keySize密钥长度(128、192、256),Src明文字符串,Key密钥字符串, 明文字符串不能超过 &HFFFF长度,输出:密文十六进制字符串 -just a few days ago under an ASP source input keySize AES key length (128, 192,256), Src expressly string, Key Key string, the string can not excee
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6078
    • 提供者:段锐凡
  1. aes-java-file

    0下载:
  2. 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8997
    • 提供者:cai
  1. AES

    0下载:
  2. 128、192、256位AES加解密算法-128,192,256-bit AES encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8715
    • 提供者:杨颖
  1. AES

    0下载:
  2. C语言实现AES的两种方式,实现了128,192,256三种模式的加密解密-C language AES' s two ways to achieve the three modes of encryption and decryption 128,192,256
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:46646
    • 提供者:李健
  1. AES

    0下载:
  2. AES加密解密算法完整版,可切换密钥128,192,256。可顺利运行,界面美观~-The full version of AES encryption and decryption algorithm, switch the key 128,192,256. Smooth running, beautiful interface ~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:399806
    • 提供者:lixiang
  1. AES.v1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:210395
    • 提供者:nison chen
  1. AES

    0下载:
  2. ES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。 AES 是一个新的可以用于保护电子数据的加密算法。明确地说,AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据 的位
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:864
    • 提供者:皮艾尔
  1. AES

    0下载:
  2. AES核心加密算法,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位-THE AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7996
    • 提供者:方丈
  1. aes_crypto_core_latest.tar

    0下载:
  2. Consecutive AES core Descr iption of project.. Features - AES encoder - 128/192/256 bit - AES decoder - 128/192/256 bit Status - Key Expansion added - Encoder added - Decoder added - Documentation added
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:961688
    • 提供者:Arun
  1. AES

    0下载:
  2. 本程序是AES算法的实现,包括加密与解密,分组长度128bit,密钥长度为128bit、192bit或256bit-This procedure is the AES algorithm, including the encryption and decryption, packet length of 128bit, key length of 128bit, 192bit or 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:498702
    • 提供者:lishen
  1. AES

    0下载:
  2. Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。 假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。 -Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:25938
    • 提供者:钟惠民
  1. AES-Crypto-SN-Generator

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. aes

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:211031
    • 提供者:图派克
  1. aes_thesis_v1.0

    0下载:
  2. AES VERILOG CODE 128 192 32DES比較-AES VERILOG CODE 128 192 32DES Comparison
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:385602
    • 提供者:蕭嵎之
  1. AES

    0下载:
  2. AES算法完整的使用C语言实现,经过测试,可以运行。 可支持的明文分组长128/192/256比特。可支持的主密钥长128/192/256比特。对不同的密钥长度,AES算法相应的轮数分别是10/12/14轮。-AES algorithm using the C language to implement a complete, tested, you can run. To support the explicit sub-head of the 128/192/256 bit. Maste
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:2762
    • 提供者:曹云青
  1. AES

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:30381
    • 提供者:dick
  1. aes

    0下载:
  2. AES-128, AES-192, and AES-256 加密与解密。Matlab源程序。- AES-128, AES-192, and AES-256 encryption/decription functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:12102
    • 提供者:Feeling
  1. AES加密、解密c++实现代码

    3下载:
  2. 实现192位密钥的AES加密及解密算法。实现语言为c++。
  3. 所属分类:其它程序

    • 发布日期:2016-05-13
    • 文件大小:3750
    • 提供者:Dsir123
  1. AES-master

    0下载:
  2. AES最常见的有3种方案,用以适应不同的场景要求,分别是AES-128、AES-192和AES-256。-AES the most common there are 3 programs to meet the requirements of different scenarios, respectively, AES-128, AES-192 and AES-256.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:4623
    • 提供者:zhch85
« 12 3 4 »
搜珍网 www.dssz.com